home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / card_39807.txt < prev    next >
Text File  |  1989-08-22  |  2KB  |  85 lines

  1. -- card: 39807 from stack: in
  2. -- bmap block id: 40467
  3. -- flags: 0000
  4. -- background id: 40055
  5. -- name: Naming Facilities
  6. ----- HyperTalk script -----
  7. on doMenu what
  8.   if what is "prev" then exit doMenu
  9.   pass doMenu
  10. end doMenu
  11.  
  12. on arrowKey which
  13.   if the textArrows and the optionKey is not down then
  14.     pass arrowKey
  15.     exit to HyperCard
  16.   end if
  17.   if which is "left" then exit arrowKey
  18.   pass arrowKey
  19. end arrowKey
  20.  
  21.  
  22. -- part 1 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=478 top=319 right=341 bottom=498
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1401 / 1401
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Prev
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.  
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 2 (button)
  42. -- low flags: 00
  43. -- high flags: 0000
  44. -- rect: left=493 top=319 right=341 bottom=512
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 1400 / 1400
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Next
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.  
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 4 (button)
  61. -- low flags: 00
  62. -- high flags: 0000
  63. -- rect: left=482 top=294 right=320 bottom=509
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 1235 / 1235
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: Last Menu
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.  
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part contents for background part 15
  80. ----- text -----
  81. 39807
  82.  
  83. -- part contents for background part 3
  84. ----- text -----
  85. Naming Facilities